add news item for git-annex 10.20250828
authorJoey Hess <joeyh@joeyh.name>
Fri, 29 Aug 2025 15:43:46 +0000 (11:43 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 29 Aug 2025 15:43:46 +0000 (11:43 -0400)
doc/news/version_10.20250416.mdwn [deleted file]
doc/news/version_10.20250828.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20250416.mdwn b/doc/news/version_10.20250416.mdwn
deleted file mode 100644 (file)
index 6768a0b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-git-annex 10.20250416 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Added the mask special remote.
-  * updatecluster, updateproxy: When a remote that has no annex-uuid is
-    configured as annex-cluster-node, warn and avoid writing bad data to
-    the git-annex branch.
-  * Fix build without the assistant.
-  * fsck: Avoid complaining about required content of dead repositories.
-  * drop: Avoid redundant object directory thawing.
-  * httpalso: Windows url fix.
-  * Added remote.name.annex-web-options config, which is a per-remote
-    version of the annex.web-options config.
-  * migrate: Fix --remove-size to work when a file is not present.
-    Fixes reversion introduced in version 10.20231129.
-  * Support git remotes that use a IPV6 link-local address with a zone ID.
-  * Support git remotes that use an url with a user name that is URL
-    encoded, or in the case of an "scp-style" url, a user name that must be
-    encoded to be legal in an URL.
-  * Fix git-lfs special remote ssh endpoint discovery when the repository
-    path is URL encoded."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20250828.mdwn b/doc/news/version_10.20250828.mdwn
new file mode 100644 (file)
index 0000000..9dead20
--- /dev/null
@@ -0,0 +1,38 @@
+git-annex 10.20250828 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * p2p: Added --enable option, which can be used to enable P2P networks
+    provided by external commands git-annex-p2p-&lt;netname&gt;
+  * Added git-remote-p2p-annex, which allows git pull and push to
+    P2P networks provided by commands git-annex-p2p-&lt;netname&gt;
+  * S3: Default to signature=v4 when using an AWS endpoint, since some
+    AWS regions need v4 and all support it. When host= is used to specify
+    a different S3 host, the default remains signature=v2.
+  * webapp: Support setting up S3 buckets in regions that need v4
+    signatures.
+  * S3: When initremote is given the name of a bucket that already exists,
+    automatically set datacenter to the right value, rather than needing it
+    to be explicitly set.
+  * info: Added --show option to pick which parts of the info to calculate
+    and display.
+  * Improve behavior when there are special remotes configured with
+    autoenable=yes with names that conflict with other remotes.
+  * adjust: When another branch has been manually merged into the adjusted
+    branch, re-adjusting errors out, rather than losing that merge commit.
+  * sync: When another branch has been manually merged into an adjusted
+    branch, error out rather than only displaying a warning.
+  * initremote: New onlyencryptcreds=yes which can be used along with
+    embedcreds=yes, to only encrypt the embedded creds, without encrypting
+    the content of the special remote. Useful for exporttree/importtree
+    remotes.
+  * Don't allow the type of encryption of an existing special remote to be
+    changed. Fixes reversion introduced in version 7.20191230.
+  * tahoe: Support tahoe-lafs command versions newer than 1.16.
+  * tahoe: Fix bug that made initremote require an encryption= parameter,
+    despite git-annex encryption not being used with this special remote.
+    Fixes reversion introduced in version 7.20191230.
+  * Improved error message when yt-dlp is not installed and is needed to
+    get a file from the web.
+  * The annex.youtube-dl-command git config is no longer used, git-annex
+    always runs the yt-dlp command, rather than the old youtube-dl command.
+  * Removed support for git versions older than 2.22.
+  * Bump aws build dependency to 0.24.1.
+  * stack.yaml: Update to lts-24.2."""]]
\ No newline at end of file